From bb2f46097cac266379cdf3a25e5de6bd3ebc36d8 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 16 Jan 2003 03:00:34 +0000 Subject: [PATCH] Output tms-marker at beginning as suggested by tiger spec. --- gpsbabel/tiger.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/tiger.c b/gpsbabel/tiger.c index b096875d7..e6b1ca90e 100644 --- a/gpsbabel/tiger.c +++ b/gpsbabel/tiger.c @@ -96,6 +96,7 @@ gpsutil_disp(const waypoint *wpt) static void data_write(void) { + fprintf(file_out, "#tms-marker\n"); waypt_disp_all(gpsutil_disp); } -- 2.30.2